#header {
    width: 100%;
    height: 90px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    background: none;
}

#header .hInner {
    width: 90%;
    height: 90px;
    margin: 0 auto;
    position: relative;
}

#header .hInner h1 {
    float: left;
    width: 100px;
    height: 90px;
}

#header .hInner h1 img {
    width: 100px;
    height: 90px;
}

#header .search {
    width: 275px;
    height: 90px;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    float: left;
    margin-left: 35px;

}

#header .search .sch {
    width: 192px;
    height: 40px;
    border-radius: 40px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    overflow: hidden;
    margin-left: 40px;
    margin-top: 25px;
    color: rgba(255, 255, 255, 0.3);
    text-indent: 30px;
}

#header .search input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.3);
}

#header .search input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: rgba(255, 255, 255, 0.3);
}

#header .search input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: rgba(255, 255, 255, 0.3);
}

#header .search input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: rgba(255, 255, 255, 0.3);
}

#header .search .sch .s {
    width: 150px;
    height: 40px;
    background: none;
    border: none;
    float: left;
    margin: 0;
    text-indent: 30px;
}

#header .search .sch .b {
    width: 40px;
    height: 40px;
    float: right;
    background: url(../1.png) no-repeat center;
    border: 0;
    margin: 0;
}

#header .rBox {
    float: right;
    height: 90px;
}

#header .rBox .naver {
    margin: 0;
}

#header .rBox .naver .yiji {
    float: left;
    line-height: 90px;
    width: 90px;
    text-align: center;
}

#header .rBox .naver .yiji:hover .yiji_a {
    /* color: #4b662f; */
    border-bottom: 1px solid #4b662f;
    line-height: 89px;
    display: block;
    font-weight: bold;
}

#header .rBox .naver .yiji .yiji_a {
    color: #fff;
    font-size: 16px;
}

#header .rBox .subnav {
    width: 270px;
    background: rgba(255, 255, 255, 0.3);
    line-height: 45px;
    padding: 15px 0;
    margin-left: -20px;
    display: none;
    float: left;
}

#header .rBox .subnav li {
    width: 50%;
    float: left;
}

#header .rBox .yiji:hover .subnav {
    display: block;
}

#header .rBox .subnav a {
    color: #fff;
}

#header .rBox .subnav a:hover {
    color: #4b662f;
}

#header .tel {
    width: 190px;
    height: 40px;
    float: right;
    border-radius: 40px;
    line-height: 40px;
    text-indent: 60px;
    background: url(../2.png) no-repeat 20px center #fff;
    margin-top: 23px;
    margin-left: 20px;
    color: #4b662f;
}

.title_main {
    width: 100%;
    position: relative;
    height: 80px;
    background: url(../3.png) no-repeat top;
    float: left;
    margin-top: 60px;
}

.title_main h2 {
    color: #0f0f0f;
    font-size: 30px;
    height: 30px;
    line-height: 30px;
    width: 100%;
    text-align: center;
    position: absolute;
    z-index: 3;
    bottom: 0;
}

.title_main h3 {
    color: #ebf1ee;
    font-size: 30px;
    height: 30px;
    line-height: 30px;
    width: 100%;
    text-align: center;
    position: absolute;
    z-index: 2;
    bottom: 0;
}

.content1 {
    width: 100%;
    height: 560px;
    background: url(../4.jpg) no-repeat center;
}

.content1 .position {
    width: 1400px;
    height: 560px;
    margin: 0 auto;
    position: relative;
}

.content1 .position .left {
    width: 850px;
    float: left;
    margin-top: 60px;

}

.content1 .position .left .title {
    font-size: 40px;
    line-height: 40px;
    color: #c6b26b;
    display: block;
    padding-bottom: 60px;
    background: url(../5.png) no-repeat bottom left;
    font-family: SimHei;
    font-weight: bold;
}

.content1 .position .left .title span {
    color: #c6b26b;
    font-family: SimHei;
    font-weight: bold;
}

.content1 .position .left p {
    color: #373737;
    line-height: 36px;
    font-size: 16px;
    text-indent: 2em;
    margin-top: 50px;
    text-align: justify;
    width: 100%;
    float: left;
    padding-right: 100px;
}

.content1 .position .right {
    width: 520px;
    height: 275px;
    float: right;
    background: #4b662f;
    margin-top: 60px;
    position: relative;
}

.content1 .position .right video {
    width: 520px;
    height: 275px;
    right: 10px;
    top: 10px;
    background: #000;
    position: absolute;
}

.content2 {
    width: 100%;
    height: 890px;
    background: url(../6.jpg) no-repeat center;
}

.content2 .position {
    width: 1400px;
    height: 890px;
    margin: 0 auto;
    position: relative;
}

.content2 .position .left {
    width: 680px;
    height: 645px;
    float: left;
    margin-top: 50px;
    box-shadow: 0 0 10px #f0f0f0;
}

.content2 .position .left .img {
    width: 680px;
    height: 510px;
}

.content2 .position .left .img img {
    width: 680px;
    height: 510px;
}

.content2 .position .left .text {
    width: 680px;
    height: 135px;
    background: #fff;
    padding: 20px 30px;
}

.content2 .position .left .text .topic {
    display: block;
    font-size: 16px;
    line-height: 16px;
    color: #4c4c4c;
}

.content2 .position .left .text .des {
    color: #a2a2a2;
    line-height: 36px;
    font-size: 14px;
}

.content2 .position .left .text .down {
    width: 100%;
}

.content2 .position .left .text .down .date {
    line-height: 36px;
    float: left;
    color: #4b662f;
    font-size: 14px;
}

.content2 .position .left .text .down .lanmu {
    color: #9e9e9e;
    text-decoration: underline;
    float: left;
    line-height: 36px;
    margin-left: 10px;
    font-size: 14px;
}

.content2 .position .left .text .down .more {
    width: 90px;
    height: 30px;
    border: 1px solid #4b662f;
    line-height: 28px;
    text-align: center;
    color: #9e9e9e;
    display: block;
    float: right;
    margin-top: 10px;
}

.content2 .position .right {
    width: 680px;
    height: 645px;
    float: right;
    margin-top: 50px;
}

.content2 .position .right .box {
    width: 680px;
    height: 140px;
    margin-bottom: 28px;
    box-shadow: 0 0 10px #f0f0f0;
}

.content2 .position .right .text {
    width: 680px;
    height: 140px;
    background: #fff;
    padding: 20px 30px;
}

.content2 .position .right .text .topic {
    display: block;
    font-size: 16px;
    line-height: 16px;
    color: #4c4c4c;
}

.content2 .position .right .text:hover .topic {
    color: #4b662f;
}

.content2 .position .right .text .des {
    color: #a2a2a2;
    line-height: 36px;
}

.content2 .position .right .text .down {
    width: 100%;
}

.content2 .position .right .text .down .date {
    line-height: 36px;
    float: left;
    color: #4b662f;
}

.content2 .position .right .text .down .lanmu {
    color: #9e9e9e;
    text-decoration: underline;
    float: left;
    line-height: 36px;
    margin-left: 10px;
}

.content2 .position .right .text .down .more {
    width: 90px;
    height: 30px;
    border: 1px solid #539373;
    line-height: 28px;
    text-align: center;
    color: #9e9e9e;
    display: block;
    float: right;
    margin-top: 10px;
    display: none;
}

.content2 .position .right .text:hover .down .more {
    display: block;
}

.content3 {
    width: 100%;
    height: 665px;
    background: url(../7.jpg) no-repeat center;
}

.content3 .position {
    width: 1400px;
    height: 665px;
    margin: 0 auto;
    position: relative;
}

.content3 .position .box {
    width: 440px;
    height: 400px;
    background: #fff;
}

.content3 .position .box .img {
    width: 440px;
    height: 330px;
    position: relative;
}

.content3 .position .box .img img {
    width: 440px;
    height: 330px;
}

.content3 .position .box .img a {
    width: 440px;
    height: 330px;
    background: url(../8.png) no-repeat center rgba(83, 148, 115, 0.45);
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.content3 .position .box:hover .img a {
    opacity: 1;
}

.content3 .position .box .topic {
    width: 100%;
    height: 70px;
    background: #fff;
    text-align: center;
    line-height: 70px;
    color: #0f0f0f;
    display: block;
    font-size: 16px;
}

.content3 .position .box:hover .topic {
    color: #4b662f;
}

.content3 .swiper-slide {
    height: 400px;
}

.content3 .swiper-container {
    height: 450px;
    margin-top: 50px;
    float: left;
}

.content3 .swiper-pagination-bullet {
    width: 15px !important;
    height: 15px !important;
    opacity: 1 !important;
    background: rgba(255, 255, 255, 0) !important;
    filter: alpha(opacity=1) !important;
    -webkit-border-radius: 15px !important;
    -moz-border-radius: 15px !important;
    border-radius: 15px !important;
    border: 1px solid #fff;
}

.content3 .swiper-pagination-bullet-active {
    background: rgba(255, 255, 255, 1) !important;
}

.content4 {
    width: 100%;
    height: 715px;
    background: #f7f7f7;
}

.content4 .position {
    width: 1400px;
    height: 715px;
    margin: 0 auto;
    position: relative;
}

.content4 .slideTxtBox {
    width: 1400px;
    height: 500px;
    float: left;
}

.content4 .slideTxtBox .hd {
    width: 840px;
    height: 500px;
    float: left;
    margin-top: 40px;
}

.content4 .slideTxtBox .hd ul {
    width: 840px;
    height: 500px;
    float: left;
}

.content4 .slideTxtBox .hd ul li {
    width: 270px;
    height: 160px;
    float: left;
    background: #fff;
    margin: 0 10px 10px 0;
}

.content4 .slideTxtBox .hd ul li .img {
    width: 75px;
    height: 75px;
    float: left;
    margin: 13px 0 0 97.5px;
    position: relative;
}

.content4 .slideTxtBox .hd ul li .img img {
    width: 75px;
    height: 75px;
}

.content4 .slideTxtBox .hd ul li .img .up {
    position: absolute;
    left: 0;
    top: 0;
}

.content4 .slideTxtBox .hd ul li.on {
    background: #c6b26b;
}

.content4 .slideTxtBox .hd ul li.on .img .up {
    display: none;
}

.content4 .slideTxtBox .hd ul li.on .topic_ch {
    color: #fff;
}

.content4 .slideTxtBox .hd ul li.on .topic_en {
    color: #fff;
}

.content4 .slideTxtBox .hd ul li .topic_ch {
    width: 100%;
    color: #0f0f0f;
    font-size: 18px;
    text-align: center;
    line-height: 18px;
    margin-top: 5px;
    float: left;
}

.content4 .slideTxtBox .hd ul li .topic_en {
    width: 100%;
    color: #ababab;
    font-size: 12px;
    text-align: center;
    line-height: 12px;
    margin-top: 7px;
    float: left;
}

.content4 .slideTxtBox .bd {
    width: 560px;
    height: 500px;
    float: right;
    margin-top: 40px;
}

.content4 .slideTxtBox .bd .main {
    width: 560px;
    height: 500px;
    display: block;
    position: relative;
}

.content4 .slideTxtBox .bd .main img {
    width: 560px;
    height: 500px;
}

.content4 .slideTxtBox .bd .main .text {
    position: absolute;
    width: 560px;
    height: 120px;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    bottom: 0;
    padding: 25px 20px 0 20px;
    box-sizing: border-box;
}

.content4 .slideTxtBox .bd .main .text .topic {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
}

.content4 .slideTxtBox .bd .main .text .des {
    color: #fff;
    font-size: 14px;
    line-height: 25px;
    margin-top: 10px;
}

.foot {
    width: 100%;
    height: 350px;
    background: #4b662f;
}

.foot .position {
    width: 1400px;
    height: 350px;
    margin: 0 auto;
    position: relative;
}

.foot .position .b_ul {
    float: left;
    margin-top: 50px;
}

.foot .position .b_ul .b_li {
    float: left;
    width: 135px;
    font-size: 16px;

}

.foot .position .b_ul .b_li .b_a {
    color: #fff;
}

.foot .position .b_ul .b_li ul {
    width: 100%;
    line-height: 30px;
    margin-top: 10px;
}

.foot .position .b_ul .b_li ul li {
    color: #fff;
    font-size: 14px;
}

.foot .position .b_ul .b_li ul li a {
    color: rgba(255, 255, 255, 0.5);
}

.foot .position .right {
    float: right;
    height: 270px;
    margin-top: 50px;
}

.foot .position .right .b_logo {
    /* width: 140px; */
    /* height: 60px; */
    float: right;
}

.foot .position .right .b_logo img {
    /* width: 140px; */
    /* height: 60px; */
}

.foot .position .right .icon {
    width: 300px;
    height: 40px;
    float: right;
    margin-top: 17px;
}

.foot .position .right .icon .box {
    width: 40px;
    height: 40px;
    float: left;
    margin-left: 20px;
    position: relative;
    cursor: pointer;
}

.foot .position .right .icon .box a {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    margin-left: -75px;
    top: 55px;
    display: none;
}

.foot .position .right .icon .box:hover a {
    display: block;
}

/* .foot .position .right .icon .box .quickmark{
    width: 150px;
    height: 150px;
    position: absolute;
    background: #fff;
    left: -55px;
    top: 55px;
    display: none;
}
.foot .position .right .icon .box .quickmark:hover{
    display: block;
}
.foot .position .right .icon .box .quickmark img{
    width: 150px;
    height: 150px;
} */
.foot .position .right .icon .box img {
    width: 150px;
    height: 150px;
}

.foot .position .right .icon .box1 {
    background: url(../11.png) no-repeat center;
}

.foot .position .right .icon .box2 {
    background: url(../12.png) no-repeat center;
}

.foot .position .right .icon .box3 {
    background: url(../13.png) no-repeat center;
}

.foot .position .right .icon .box4 {
    background: url(../tb.png) no-repeat center;
}

.foot .position .right .icon .box5 {
    background: url(../15.png) no-repeat center;
}

.foot .position .right .icon .box1:hover {
    background: url(../11on.png) no-repeat center;
}

.foot .position .right .icon .box2:hover {
    background: url(../12on.png) no-repeat center;
}

.foot .position .right .icon .box3:hover {
    background: url(../13on.png) no-repeat center;
}

.foot .position .right .icon .box4:hover {
    background: url(../tbon.png) no-repeat center;
}

.foot .position .right .icon .box5:hover {
    background: url(../15on.png) no-repeat center;
}

.foot .position .right .add {
    color: #fff;
    font-size: 16px;
    margin-top: 23px;
    width: 100%;
    text-align: right;
    float: right;
}

.foot .position .right .tel {
    color: #fff;
    font-size: 16px;
    margin-top: 15px;
    width: 100%;
    text-align: right;
    float: right;
}

.foot .position .right .feedback {
    width: 200px;
    height: 50px;
    border: 1px solid #fff;
    border-radius: 5px;
    float: right;
    display: block;
    text-align: center;
    line-height: 48px;
    font-size: 16px;
    margin-top: 30px;
    color: #fff;
}

.foot .position .right .feedback:hover {
    background: #fff;
    color: #4b662f;
}

.foot1 {
    width: 100%;
    height: 40px;
    background: #3f5d1f;
}

.foot1 .position {
    width: 1400px;
    height: 40px;
    margin: 0 auto;
    position: relative;
    color: #b0cabc;
    line-height: 40px;
}

.foot1 .position a {
    color: #b0cabc;
}

.n_adv {
    width: 100%;
    height: 500px;
    position: relative;
}

.n_adv img {
    width: 100%;
    height: 500px;
    position: absolute;
    left: 0;
    top: 0;
}

.n_adv .position {
    width: 1400px;
    height: 500px;
    margin: auto;
    position: relative;
    z-index: 2;
}

.n_adv .position .weizhi {
    margin-top: 235px;
    float: left;
    width: 100%;
    text-align: center;
}

.n_adv .position .weizhi h2 {
    color: #fff;
    margin-bottom: 0;
}

.n_adv .position .weizhi p {
    color: #fff;
    opacity: 0.5;
}

.n_adv .position .weizhi p a {
    color: #fff;
}

.nei_guide {
    width: 100%;
    height: 70px;
    position: absolute;
    top: 465px;
    z-index: 99999999;
}

.nei_guide .position {
    width: 1400px;
    height: 70px;
    position: relative;
    margin: 0 auto;
    background: #fff;
}

.nei_guide .position li {
    display: block;
    float: left;
    padding: 0 31px;
    line-height: 70px;
    font-size: 16px;
    background: url(../9.jpg) no-repeat right;
}

.nei_guide .position li a {
    color: #373737;
    display: block;
}

.nei_guide .position li.layui-this {
    color: #4b662f;

}

.nei_guide .position li.layui-this a {
    border-bottom: 2px solid #4b662f;
    color: #4b662f;
    font-weight: bold;
    height: 70px;
}

.nei_guide .position li a:hover {
    border-bottom: 2px solid #4b662f;
    color: #4b662f;
    font-weight: bold;
    height: 70px;
}

.content {
    width: 100%;
    float: left;
    background: url(../16.jpg) no-repeat top #f2f2f2;
    z-index: 2;
    position: relative;
}

.content .position {
    width: 1400px;
    margin: 0 auto;
    overflow-x: hidden;
    position: relative;
    z-index: 9999999999999;
}

.content .position .title_new {
    height: 60px;
    line-height: 120px;
    width: 100%;
    color: #4b662f;
    font-size: 20px;
    margin-top: 50px;
    text-align: center;
    background: url(../3.png) no-repeat top;
    font-weight: bold;
}

.content .position .bg_fix {
    width: 100%;
    float: left;
    background: #f7f7f7;
}

.content .position .d_page {
    width: 100%;
    float: left;
}

.content .position .d_page .up {
    width: 100%;
    height: 160px;
    text-align: center;
    float: left;
    background: #fff;
    margin-top: 85px;
}

.content .position .d_page .up h2 {
    color: #373737;
    font-size: 26px;
    line-height: 26px;
    font-weight: bold;
    float: left;
    margin-top: 35px;
    width: 100%;
    display: block;
}

.content .position .d_page .up p {
    color: #b1b1b1;
    float: left;
    display: block;
    width: 1330px;
    margin: 0 35px;
    margin-top: 20px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 18px;
    text-align: center;
}

.content .position .d_page .down {
    float: left;
    width: 100%;
    background: #fff;
    padding: 30px;
    margin-bottom: 40px;
    font-size: 16px;
    color: #3a3a3a;
    line-height: 2.25em;
}

.content .position .d_page .down p {
    margin-bottom: 10px;
}

.content .position .d_page .down p img {
    margin-bottom: 10px;
}

.content .position .d_page .addmain {
    width: 1330px;
    padding: 40px;
    background: #f7f7f7;
    margin: 0 auto;
}

.content .position .d_page .addmain .des {
    color: #363636;
    line-height: 35px;
    margin-top: -10px;
    font-size: 16px;
}

.content .position .d_page .addmain .link_in {
    width: 1300px;
    height: 80px;
    margin-top: 35px;
}

.content .position .d_page .addmain .link_in .box {
    width: 395px;
    height: 80px;
    background: #fff;
    float: left;
    margin-right: 30px;
}

.content .position .d_page .addmain .link_in .box img {
    width: 395px;
    height: 80px;
}

.content .position .n_list {
    width: 1440px;
    float: left;
    margin-top: 85px;
}

.content .position .n_list .boxt {
    width: 680px;
    height: 645px;
    float: left;
    background: #fff;
    margin: 0 40px 40px 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.content .position .n_list .boxt .img {
    width: 100%;
    height: 510px;
}

.content .position .n_list .boxt .img img {
    width: 100%;
    height: 510px;
}

.content .position .n_list .boxt .text {
    width: 100%;
    padding: 0 30px;
    height: 135px;
}

.content .position .n_list .boxt .text .topic {
    width: 100%;
    font-size: 16px;
    color: #373737;
    line-height: 16px;
    margin-top: 20px;
}

.content .position .n_list .boxt .text .des {
    color: #9e9e9e;
    font-size: 14px;
    line-height: 14px;
    margin-top: 15px;
}

.content .position .n_list .boxt .text .date {
    width: 100%;
    margin-top: 30px;
}

.content .position .n_list .boxt .text .date .l {
    float: left;
    color: #4b662f;
    font-size: 14px;
    line-height: 14px;
}

.content .position .n_list .boxt .text .date .r {
    float: right;
    width: 90px;
    height: 30px;
    text-align: center;
    line-height: 28px;
    display: block;
    border: 1px solid #539373;
    color: #9e9e9e;
    margin-top: -5px;
}

.clear {
    clear: both;
}

.content .position .n_list .box {
    width: 680px;
    height: 135px;
    float: left;
    background: #fff;
    margin: 0 40px 40px 0;
    padding: 28px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.content .position .n_list .box .date {
    width: 65px;
    height: 65px;
    margin-top: 7px;
    float: left;
    text-align: center;
}

.content .position .n_list .box .date .dd {
    line-height: 26px;
    color: #4b662f;
    font-size: 26px;
    margin-top: 3px;
}

.content .position .n_list .box .date .line {
    width: 28px;
    height: 1px;
    background: #e5e5e5;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 18px;
}

.content .position .n_list .box .date .yy {
    width: 100%;
    color: #9e9e9e;
    font-size: 16px;
}

.content .position .n_list .box .text {
    width: 545px;
    height: 80px;
    float: right;
}

.content .position .n_list .box .text a {
    color: #393939;
    font-size: 16px
}

.content .position .n_list .box:hover .text a {
    color: #4b662f;
}

.content .position .n_list .box .text p {
    color: #9e9e9e;
    font-size: 14px;
    line-height: 22px;
    margin-top: 17px;
}



.content .position .n_list .box1 {
    width: 630px;
    height: 135px;
    float: left;
    background: #fff;
    margin: 0 40px 40px 0;
    padding: 28px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.content .position .n_list .box1 .date {
    width: 65px;
    height: 65px;
    margin-top: 7px;
    float: left;
    text-align: center;
}

.content .position .n_list .box1 .date .dd {
    line-height: 26px;
    color: #4b662f;
    font-size: 26px;
    margin-top: 3px;
}

.content .position .n_list .box1 .date .line {
    width: 28px;
    height: 1px;
    background: #e5e5e5;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 18px;
}

.content .position .n_list .box1 .date .yy {
    width: 100%;
    color: #9e9e9e;
    font-size: 16px;
}

.content .position .n_list .box1 .text {
    width: 495px;
    height: 80px;
    float: right;
}

.content .position .n_list .box1 .text a {
    color: #393939;
    font-size: 16px
}

.content .position .n_list .box1:hover .text a {
    color: #4b662f;
}

.content .position .n_list .box1 .text p {
    color: #9e9e9e;
    font-size: 14px;
    line-height: 22px;
    margin-top: 17px;
}

.swiper-containerpic {
    margin-top: 50px;
    height: 575px;
    width: 100%;
}

.swiper-containerpic .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 685px;
    height: 515px;
    position: relative;
}

.swiper-containerpic .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
}

.swiper-containerpic .swiper-slide .topic {
    width: 100%;
    height: 70px;
    line-height: 70px;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;

}

.swiper-containerpic .swiper-pagination-bullet {
    width: 15px !important;
    height: 15px !important;
    border-radius: 15px !important;
    background: #f7f7f7 !important;
    opacity: 1 !important;
    filter: alpha(opacity=1) !important;
    border: 1px solid #4b662f;
    text-align: center !important;

}

.swiper-containerpic .swiper-pagination-bullet-active {
    background: #4b662f !important;
}

.content .position .pic {
    width: 1440px;
    float: left;
    margin-top: 0px;
}

.content .position .pic .box {
    width: 440px;
    height: 365px;
    float: left;
    background: #fff;
    margin: 0 40px 40px 0;
}

.content .position .pic .box .img {
    width: 385px;
    height: 290px;
    margin: 20px 27.5px 0 27.5px;
}

.content .position .pic .box .img img {
    width: 385px;
    height: 290px;
}

.content .position .pic .box .topic {
    width: 100%;
    line-height: 55px;
    text-align: center;
    color: #434343;
    font-size: 16px;
}

.content .position .pic .box .topic a {
    color: #434343;
}

.content .position .xinxi {
    width: 100%;
    height: 225px;
    background: #fff;

}

.content .map {
    width: 100%;
    height: 465px;
    margin-top: 85px;
}

.content .map img {
    width: 100%;
    height: 465px;
}

.content .map .xinxi {
    width: 100%;
    height: 225px;
}

.content .xinxi .img {
    width: 50px;
    height: 50px;
    display: inline-block;
    margin-top: 50px;
}

.content .xinxi .img img {
    width: 50px;
    height: 50px;
}

.content .xinxi .box {
    float: left;
    height: 225px;
    background: url(../10.jpg) no-repeat left;
    text-align: center;
}

.content .xinxi .box1 {
    width: 370px;
}

.content .xinxi .box2 {
    width: 660px;
}

.content .xinxi .box .topic {
    margin-top: 13px;
    font-size: 16px;
    color: #373737;
}

.content .xinxi .box .des {
    margin-top: 13px;
    font-size: 14px;
    color: #7f7f7f;
}

.content .layui-btn {
    width: 100%;
    height: 50px;
    background: #4b662f;
}

.layui-input,
.layui-select,
.layui-textarea {
    height: 50px;
}

.clear {
    clear: both;
}

#guestbook {
    margin-top: 30px;
}

.mobile {
    display: none;
}

.btn-group {
    display: none;

}

.sch-form {
    width: 340px;
    margin: 0 auto;
    height: 45px;
}

.sch-form .sch-input {
    width: 255px;
    height: 45px;
    float: left;
}

.sch-form .sch-btn {
    width: 45px;
    height: 45px;
    float: right;
    text-align: center;
    line-height: 45px;
    background: #4b662f;
    color: #fff;
}

.alert-danger {
    color: #4b662f;
    background-color: rgba(76, 143, 109, 0.4);
    border-color: rgba(76, 143, 109, 0.2);
}

.text-danger {
    color: #4b662f !important;
}

.dsj_hd {
    width: 75px;
    float: left;
    position: fixed;
    top: 30px;
}

.dsj_hd li {
    margin-bottom: 1px;
}

.dsj_hd li a {
    display: block;
    height: 43px;
    line-height: 43px;
    padding-left: 22px;
    background: url(../dsj_bg.png) no-repeat center;
}

.dsj_hd li a:hover,
.dsj_hd li.active a {
    background: url(../dsj_h.png) no-repeat center;
    color: #fff;
}

.dsj_bd {
    width: 1230px;
    float: right;
    background: url(../dot.png) repeat-y 75px 0;
}

.dsj_sub_name {
    margin: 30px 0;
    color: #4b662f;
    font-size: 30px;
    font-style: italic;
    font-weight: normal;
    line-height: 30px;
    background: url(../dot1.png) no-repeat 68px 50%;
    padding-left: 110px;
}

.dsj_sub_info li {
    overflow: hidden;
    margin-bottom: 20px;
}

.dsj_sub_info li .shijian {
    float: left;
    width: 110px;
    padding-top: 20px;
    background: url(../dot2.png) no-repeat 70px 30px;
}

.dsj_sub_info li .text {
    width: 1120px;
    background: #f4f6f6;
    padding: 10px 25px;
    border-radius: 5px;
    float: right;
    line-height: 2em;
}

.cx {
    width: 100%;
    height: 50px;
    margin-top: 50px;
}

.cx select {
    height: 50px;
    background: #f2f2f2;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: none;
    background: url(../18.png) no-repeat 520px center #f2f2f2;
    border-radius: 0;
    width: 550px;
    margin-right: 17px;
    color: #2c2c2c;
}

.cx .b {
    width: 200px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    background: #4b662f;
    float: right;
    border: 0;
}

.content .position .mainx {
    width: 100%;
    float: left;
    background: #fff;
    margin-top: 85px;
    padding: 30px;
}

.content .position .mainx .cx {
    margin-top: 0;
}

.content .position .mainx .mapx {
    width: 1340px;
    height: 660px;
    margin: 0 auto;
    /* border: 1px solid rgba(0,0,0,0.1) */
}

.n_list_mbi {
    display: none;
}

.contentmap {
    width: 100%;
    height: 495px;
    margin-top: 65px;
}

.contentmap .position {
    width: 1400px;
    height: 495px;
    margin: 0 auto;
}

.contentmap .position .mleft {
    width: 1040px;
    height: 495px;
    float: left;
    background: silver;
}

.contentmap .position .mright {
    width: 320px;
    height: 495px;
    float: right;
}

.contentmap .position .mright .box {
    width: 100%;
    height: 165px;
    border-bottom: 1px solid #b1b1b1;
}

.contentmap .position .mright .box .img {
    float: left;
    width: 50px;
    height: 50px;
    margin-top: 57.5px;
}

.contentmap .position .mright .box .img img {
    width: 50px;
    height: 50px;
}

.contentmap .position .mright .box .text {
    margin-top: 57.5px;
    height: 50px;
    float: right;
    width: 250px;
}

.contentmap .position .mright .box .text .topic {
    font-size: 18px;
    line-height: 18px;
    color: #3a3a3a;
}

.contentmap .position .mright .box .text .des {
    font-size: 16px;
    color: #4c4c4c;
    margin-top: 15px;
}

.m_link {
    width: 100%;
    height: 160px;
    margin-top: 30px;
}

.m_link .addmain {
    width: 1400px;
    height: 160px;
    background: #fff;
    padding: 40px;
    margin: 0 auto;
}

.m_link .addmain .box {
    float: left;
    margin-left: 64.5px;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.m_link .addmain .box:hover {
    margin-top: -10px;
}

.m_link .addmain .box img {
    border: 1px solid #f2f2f2;
    display: block;
    width: 397px;
    height: 82px;
    border-radius: 5px;
}

.swiper-paginationnews .swiper-pagination-bullet {
    background: #ababab !important;
}

.swiper-paginationnews .swiper-pagination-bullet-active {
    background: #4b662f !important;
    ;
}

.banner .swiper-slide img {
    width: 100%;
}

/* - */

.content3 .position .swiper-cp-prev,
.content3 .position .swiper-cp-next {
    width: 39px;
    height: 39px;
    position: absolute;
    top: 68%;
    z-index: 99;
}

.content3 .position .swiper-cp-prev {
    background: url(../prevIco.png) center no-repeat;
    left: -6%;
}

.content3 .position .swiper-cp-next {
    background: url(../nextIco.png) center no-repeat;
    right: -6%;
}